home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 129 / menu.h
Encoding:
Text File  |  1996-08-05  |  484 b   |  24 lines

  1. /* Filling garbage...*/
  2. FILE *config;
  3. struct
  4. {
  5.         int *Color;
  6.         char *EntryOne;
  7.         char *EntryOnePath;
  8.         char *EntryTwo;
  9.         char *EntryTwoPath;
  10.         char *EntryThree;
  11.         char *EntryThreePath;
  12.         char *EntryFour;
  13.         char *EntryFourPath;
  14.         char *EntryFive;
  15.         char *EntryFivePath;
  16.         char *EntrySix;
  17.         char *EntrySixPath;
  18.         char *RegName;
  19. } Parms;
  20.  
  21. int loadcnf(FILE *in);
  22.  
  23. /*Parms data;*/
  24.